home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
editor
/
editor2
/
fnlwrppr.lha
/
FinalWrapper3_12
/
DocRexx
/
Begin.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-10-31
|
346b
|
22 lines
/* Begin.rexx 1.1 (29.10.96) by NDY's */
OPTIONS RESULTS
rxport="FinalWrapperPort"
IF ~Show("P",rxport) THEN EXIT 10
ADDRESS VALUE rxport
Use MDEF
SetState ARC 1
SetMode ARC 0
SetVal ARC 100
SetState BEG 1
SetMode BEG 1
SetVal BEG 140
SetVal XGAD 5
SetVal YGAD 5
SetVal WGAD 10
SetVal HGAD 10
SetVal TGAD "Final Wrapper"
PopFront
Use MTEXT
EXIT